home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1995 August / Personal Computer World (PCW Interactive) (August 1995).iso / system / pcwi.dir / 00058_Script_58 < prev    next >
Text File  |  1995-06-08  |  843b  |  25 lines

  1. on enterFrame
  2.   sound stop 1
  3.   set the cursor of sprite 2 to [900, 901]
  4.   set the cursor of sprite 3 to [900, 901]
  5.   set the cursor of sprite 4 to [900, 901]
  6.   set the cursor of sprite 5 to [900, 901]
  7.   set the cursor of sprite 6 to [900, 901]
  8.   set the cursor of sprite 7 to [900, 901]
  9.   set the cursor of sprite 8 to [900, 901]
  10.   set the cursor of sprite 9 to [900, 901]
  11.   set the cursor of sprite 10 to [900, 901]
  12.   set the cursor of sprite 11 to [900, 901]
  13.   set the cursor of sprite 30 to 0
  14.   set the cursor of sprite 31 to [900, 901]
  15.   set the cursor of sprite 32 to 0
  16.   set the cursor of sprite 33 to 0
  17.   set the cursor of sprite 34 to 0
  18.   set the cursor of sprite 35 to 0
  19.   set the regPoint of cast "HAND1.BMP" = point(4,1)
  20.   set the regPoint of cast "HAND2.BMP" = point(4,1)
  21. end
  22.  
  23. on exitFrame
  24.   go to "fpb"
  25. end